home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / system / flicb_1.6 / flicb_1 / flicb / RELEASE-NOTES < prev    next >
Encoding:
Text File  |  1994-09-23  |  699 b   |  14 lines

  1.     * Don't use ^S (or whatever your stty stop char is) to stop a /w.
  2.           instead, use ^P, which is an internal to the client, which will
  3.           prevent curses mixups and corruption of your screen.  :)
  4.           (Note:  This may not even be a problem in v1.4 and up)
  5.  
  6.     * There is a spurious bug that I'm working on finding and fixing
  7.       that causes curses mixups for no reason when scrolling.  You'll
  8.       know it if you see it.  You can use ^L to redraw the screen, but
  9.       it will be broken again at next scroll....use /c to clear the
  10.       screen and it should be fixed for a while.  I'm working on 
  11.        finding the bug...or if anyone knows how to fix it, please contact
  12.       me with a patch.  :)
  13.  
  14.